home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / BASIC / 2620A.ZIP / PDSL-1.TXT < prev   
Text File  |  1991-03-28  |  3KB  |  77 lines

  1. DISK 1/5
  2.  
  3. APLIB    MAIN MENUS ACROSS TOP OF SCREEN AND PULLDOWN SUBMENUS -- WITH
  4.          STANDARD KEYBOARD AND MOUSE CONTROL INTERFACE. POP UP AND VANISH 
  5.          MENUS AND DIALOG BOXES, ANYWHERE ON THE SCREEN.  INPUT ROUTINES 
  6.          FOR TEXT FIELDS, NUMBERS, DATES ETC. W/ FULL EDITING.  SPECIAL 
  7.          DATE ENTRY ROUTINE THAT "SCROLLS" THE DATE FORWARD OR BACK 
  8.          (starting for example with the present date).  USING ARROW 
  9.          KEYSFULL DATE ARITHMETIC BACK TO 1900. SPECIAL AGE FUNCTION. 
  10.          POP-UP DATA ENTRY WINDOWS  -- CURSOR OR TAB BACK AND FORTH FROM  
  11.          FIELD TO FIELD.  ROUTINES TO GET DISK, DIRECTORY AND SYSTEM INFO 
  12.          DIRECTLY FROM DOS.  ALL IN BASIC FOR RELIABILITY AND EASY 
  13.          MAINTENANCE.  NOW USES SEPARATELY COMPILED POWER-BASIC UNITS.
  14.  
  15. BAR39    PRINT BAR CODES
  16.  
  17. BTRIEV    This SUBprocedure provides the interface between Spectra 
  18.     Publishing's PowerBASIC 2.00 compiler and Novell's BTRIEVE file 
  19.     system on PCDOS/MSDOS machines.
  20.  
  21. COMSET    Comset  will install com ports 3 and 4 in the DOS bios  area  for 
  22.     IBM PC, XT, AT's and compatibles.
  23.  
  24. CRSBAS    CrossBas will scan a Power-BASIC source file and create a   
  25.     cross-reference table of variable names, labels, procedure and   
  26.     function names versus the physical line numbers where those names   
  27.     occur.
  28.  
  29. DEFSEG    Michael E. Flenniken 1.00  6/13/90 for PowerBASIC v2.00b
  30.     Returns segment of the most recent DEF SEG.
  31.  
  32. DIABLO    Diablo Driver: Intercepts calls to Int 17 (printer) and converts 
  33.     them to Int 14 (communications) and does either x-on/x-off or Etx 
  34.     logic.
  35.  
  36. DISK    Copy files; Get current drive; check for file attributes; Find 
  37.     First; Find Next; return free space on a drive; return the 
  38.     current program pathname; get the current directory; return the 
  39.     size of a file (bytes); Change Drive; Flush File Buffers.
  40.  
  41. ERSFRM    EMS analysis program for PowerBASIC #2.00.  This program 
  42.     determines whether Expanded Memory (EMS) is available on your 
  43.     system.  If so, it displays the segment of the "page frame".  The 
  44.     page frame is the 64K of real mode memory through which EMS is 
  45.     accessed. If your EMS driver locates the page frame below segment 
  46.     A000 (hex), the total memory available to PowerBASIC is actually 
  47.     reduced due to memory fragmentation.  It is best not to use such 
  48.     an EMS driver with PowerBASIC.
  49.  
  50. EMSINFO    EMS analysis program for PowerBASIC #2.00. This program 
  51.     determines whether Expanded Memory (EMS) is available on your 
  52.     system.  If so, it displays the segment of the "page frame".  
  53.     The page frame is the 64K of real mode memory through which EMS 
  54.     is accessed. If your EMS driver locates the page frame below 
  55.     segment A000 (hex), the total memory available to PowerBASIC is 
  56.     actually reduced due to memory fragmentation.  It is best not to 
  57.     use such an EMS driver with PowerBASIC.
  58.  
  59. EQUIP    An example of $LINK and OBJ code working with PowerBASIC.
  60.  
  61. ERROR    A Utility which analyses the Error Codes produced when compiled 
  62.     Power BASIC programs are run.
  63.  
  64. EXAMP1    Examples of Power BASIC Code (taken from the User Guide)
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.         
  77.